EventPattern class¶
Defined in
Namespace: System.Reactive
Assembly: System.Reactive.dll
Full name: System.Reactive.EventPattern<T>
Modifiers: public
Summary¶
Represents a .NET event invocation consisting of the weakly typed object that raised the event and the data that was generated by the event.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class EventPattern~T~
class EventPattern~object, TEventArgs~
EventPattern~object, TEventArgs~ <|-- EventPattern~T~
Inherits from: EventPattern
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Creates a new data representation instance of a .NET event invocation with the given sender and event data. |